projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef4f07
)
filechooserwidget: Make the location entry hexpand
author
Timm Bäder
<mail@baedert.org>
Sat, 24 Feb 2018 09:49:44 +0000
(10:49 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 25 Feb 2018 15:47:20 +0000
(16:47 +0100)
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index 066f4cf3d4f5d4413484328565901c156b8e9fd3..0d6132c020a46ec17788ebeac0d432a75959815c 100644
(file)
--- a/
gtk/gtkfilechooserwidget.c
+++ b/
gtk/gtkfilechooserwidget.c
@@
-2503,6
+2503,7
@@
location_entry_setup (GtkFileChooserWidget *impl)
priv->current_filter);
gtk_entry_set_width_chars (GTK_ENTRY (priv->location_entry), 45);
gtk_entry_set_activates_default (GTK_ENTRY (priv->location_entry), TRUE);
+ gtk_widget_set_hexpand (priv->location_entry, TRUE);
}
static void